Interface GetManagedNotificationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetManagedNotificationConfigurationResponse.Builder,GetManagedNotificationConfigurationResponse>,NotificationsResponse.Builder,SdkBuilder<GetManagedNotificationConfigurationResponse.Builder,GetManagedNotificationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetManagedNotificationConfigurationResponse
public static interface GetManagedNotificationConfigurationResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetManagedNotificationConfigurationResponse.Builder,GetManagedNotificationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetManagedNotificationConfigurationResponse.Builderarn(String arn)The ARN of theManagedNotificationConfigurationresource.GetManagedNotificationConfigurationResponse.Buildercategory(String category)The category of theManagedNotificationConfiguration.GetManagedNotificationConfigurationResponse.Builderdescription(String description)The description of theManagedNotificationConfiguration.GetManagedNotificationConfigurationResponse.Buildername(String name)The name of theManagedNotificationConfiguration.GetManagedNotificationConfigurationResponse.BuildersubCategory(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 Detail
-
arn
GetManagedNotificationConfigurationResponse.Builder arn(String arn)
The ARN of the
ManagedNotificationConfigurationresource.- Parameters:
arn- The ARN of theManagedNotificationConfigurationresource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetManagedNotificationConfigurationResponse.Builder name(String 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
GetManagedNotificationConfigurationResponse.Builder description(String 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
GetManagedNotificationConfigurationResponse.Builder category(String 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
GetManagedNotificationConfigurationResponse.Builder subCategory(String 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.
-
-