Interface GetDeliveryDestinationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<GetDeliveryDestinationResponse.Builder,GetDeliveryDestinationResponse>,SdkBuilder<GetDeliveryDestinationResponse.Builder,GetDeliveryDestinationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDeliveryDestinationResponse
public static interface GetDeliveryDestinationResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<GetDeliveryDestinationResponse.Builder,GetDeliveryDestinationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDeliveryDestinationResponse.BuilderdeliveryDestination(Consumer<DeliveryDestination.Builder> deliveryDestination)A structure containing information about the delivery destination.GetDeliveryDestinationResponse.BuilderdeliveryDestination(DeliveryDestination deliveryDestination)A structure containing information about the delivery destination.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
deliveryDestination
GetDeliveryDestinationResponse.Builder deliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination.
- Parameters:
deliveryDestination- A structure containing information about the delivery destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryDestination
default GetDeliveryDestinationResponse.Builder deliveryDestination(Consumer<DeliveryDestination.Builder> deliveryDestination)
A structure containing information about the delivery destination.
This is a convenience method that creates an instance of theDeliveryDestination.Builderavoiding the need to create one manually viaDeliveryDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeliveryDestination(DeliveryDestination).- Parameters:
deliveryDestination- a consumer that will call methods onDeliveryDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deliveryDestination(DeliveryDestination)
-
-