Interface GetManagedNotificationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetManagedNotificationConfigurationResponse.Builder,
,GetManagedNotificationConfigurationResponse> NotificationsResponse.Builder
,SdkBuilder<GetManagedNotificationConfigurationResponse.Builder,
,GetManagedNotificationConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetManagedNotificationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetManagedNotificationConfigurationResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetManagedNotificationConfigurationResponse.Builder,GetManagedNotificationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of theManagedNotificationConfiguration
resource.The category of theManagedNotificationConfiguration
.description
(String description) The description of theManagedNotificationConfiguration
.The name of theManagedNotificationConfiguration
.subCategory
(String subCategory) The subCategory of theManagedNotificationConfiguration
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the
ManagedNotificationConfiguration
resource.- Parameters:
arn
- The ARN of theManagedNotificationConfiguration
resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the
ManagedNotificationConfiguration
.- Parameters:
name
- The name of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the
ManagedNotificationConfiguration
.- Parameters:
description
- The description of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
The category of the
ManagedNotificationConfiguration
.- Parameters:
category
- The category of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subCategory
The subCategory of the
ManagedNotificationConfiguration
.- Parameters:
subCategory
- The subCategory of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-