Interface SubscribeResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodestarNotificationsResponse.Builder,CopyableBuilder<SubscribeResponse.Builder,,SubscribeResponse> SdkBuilder<SubscribeResponse.Builder,,SubscribeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 SubscribeResponse
public static interface SubscribeResponse.Builder
extends CodestarNotificationsResponse.Builder, SdkPojo, CopyableBuilder<SubscribeResponse.Builder,SubscribeResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the notification rule for which you have created assocations.Methods inherited from interface software.amazon.awssdk.services.codestarnotifications.model.CodestarNotificationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -