commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
Commercetools\Api\Models\Subscription\SnsDestinationBuilder Class Reference

Inherits Commercetools\Base\Builder, and Commercetools\Base\Builder.

Public Member Functions

 getAccessKey ()
 
 getAccessSecret ()
 
 getTopicArn ()
 
 getAuthenticationMode ()
 
 withAccessKey (?string $accessKey)
 
 withAccessSecret (?string $accessSecret)
 
 withTopicArn (?string $topicArn)
 
 withAuthenticationMode (?string $authenticationMode)
 
 build ()
 

Static Public Member Functions

static of ()
 

Detailed Description

<SnsDestination>

Definition at line 21 of file SnsDestinationBuilder.php.

Member Function Documentation

◆ build()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::build ( )

@psalm-return T

Implements Commercetools\Base\Builder.

Definition at line 136 of file SnsDestinationBuilder.php.

◆ getAccessKey()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::getAccessKey ( )

Only present if authenticationMode is set to Credentials.

Returns
null|string

Definition at line 53 of file SnsDestinationBuilder.php.

◆ getAccessSecret()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::getAccessSecret ( )

Only present if authenticationMode is set to Credentials.

Returns
null|string

Definition at line 64 of file SnsDestinationBuilder.php.

◆ getAuthenticationMode()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::getAuthenticationMode ( )

Defines the method of authentication for the SNS topic.

Returns
null|string

Definition at line 86 of file SnsDestinationBuilder.php.

◆ getTopicArn()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::getTopicArn ( )

Amazon Resource Name (ARN) of the topic.

Returns
null|string

Definition at line 75 of file SnsDestinationBuilder.php.

◆ of()

static Commercetools\Api\Models\Subscription\SnsDestinationBuilder::of ( )
static

Definition at line 146 of file SnsDestinationBuilder.php.

◆ withAccessKey()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::withAccessKey ( ?string  $accessKey)
Parameters
?string$accessKey
Returns
$this

Definition at line 95 of file SnsDestinationBuilder.php.

◆ withAccessSecret()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::withAccessSecret ( ?string  $accessSecret)
Parameters
?string$accessSecret
Returns
$this

Definition at line 106 of file SnsDestinationBuilder.php.

◆ withAuthenticationMode()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::withAuthenticationMode ( ?string  $authenticationMode)
Parameters
?string$authenticationMode
Returns
$this

Definition at line 128 of file SnsDestinationBuilder.php.

◆ withTopicArn()

Commercetools\Api\Models\Subscription\SnsDestinationBuilder::withTopicArn ( ?string  $topicArn)
Parameters
?string$topicArn
Returns
$this

Definition at line 117 of file SnsDestinationBuilder.php.


The documentation for this class was generated from the following file: