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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePublishingDestinationResponse.BuilderdestinationId(String destinationId)The ID of the publishing destination that is created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.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
-
destinationId
CreatePublishingDestinationResponse.Builder destinationId(String 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.
-
-