Interface AddNotificationChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddNotificationChannelResponse.Builder,AddNotificationChannelResponse>,DevOpsGuruResponse.Builder,SdkBuilder<AddNotificationChannelResponse.Builder,AddNotificationChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AddNotificationChannelResponse
public static interface AddNotificationChannelResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<AddNotificationChannelResponse.Builder,AddNotificationChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddNotificationChannelResponse.Builderid(String id)The ID of the added notification channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
AddNotificationChannelResponse.Builder id(String id)
The ID of the added notification channel.
- Parameters:
id- The ID of the added notification channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-