public static interface SubscribeRequest.Builder extends CodestarNotificationsRequest.Builder, SdkPojo, CopyableBuilder<SubscribeRequest.Builder,SubscribeRequest>
| Modifier and Type | Method and Description |
|---|---|
SubscribeRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
|
SubscribeRequest.Builder |
clientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
SubscribeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SubscribeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default SubscribeRequest.Builder |
target(Consumer<Target.Builder> target)
Sets the value of the Target property for this object.
|
SubscribeRequest.Builder |
target(Target target)
Sets the value of the Target property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscribeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
arn - The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.SubscribeRequest.Builder target(Target target)
target - The new value for the Target property for this object.default SubscribeRequest.Builder target(Consumer<Target.Builder> target)
Target.Builder avoiding the need to create one
manually via Target.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to target(Target).target - a consumer that will call methods on Target.Buildertarget(Target)SubscribeRequest.Builder clientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
clientRequestToken - An enumeration token that, when provided in a request, returns the next batch of the results.SubscribeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSubscribeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.