Interface CreateNotificationRuleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodestarNotificationsResponse.Builder,CopyableBuilder<CreateNotificationRuleResponse.Builder,CreateNotificationRuleResponse>,SdkBuilder<CreateNotificationRuleResponse.Builder,CreateNotificationRuleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateNotificationRuleResponse
public static interface CreateNotificationRuleResponse.Builder extends CodestarNotificationsResponse.Builder, SdkPojo, CopyableBuilder<CreateNotificationRuleResponse.Builder,CreateNotificationRuleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateNotificationRuleResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the notification rule.-
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
CreateNotificationRuleResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
- Parameters:
arn- The Amazon Resource Name (ARN) of the notification rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-