Interface UnsubscribeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodestarNotificationsResponse.Builder,CopyableBuilder<UnsubscribeResponse.Builder,UnsubscribeResponse>,SdkBuilder<UnsubscribeResponse.Builder,UnsubscribeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UnsubscribeResponse
public static interface UnsubscribeResponse.Builder extends CodestarNotificationsResponse.Builder, SdkPojo, CopyableBuilder<UnsubscribeResponse.Builder,UnsubscribeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnsubscribeResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.-
Methods inherited from interface software.amazon.awssdk.services.codestarnotifications.model.CodestarNotificationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UnsubscribeResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.
- Parameters:
arn- The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-