Interface CreatePublishingDestinationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreatePublishingDestinationResponse.Builder,,CreatePublishingDestinationResponse> GuardDutyResponse.Builder,SdkBuilder<CreatePublishingDestinationResponse.Builder,,CreatePublishingDestinationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreatePublishingDestinationResponse
public static interface CreatePublishingDestinationResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<CreatePublishingDestinationResponse.Builder,CreatePublishingDestinationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondestinationId(String destinationId) The ID of the publishing destination that is created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
destinationId
The ID of the publishing destination that is created.
- Parameters:
 destinationId- The ID of the publishing destination that is created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -