Interface GetIngestionDestinationRequest.Builder
-
- All Superinterfaces:
AppFabricRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetIngestionDestinationRequest.Builder,GetIngestionDestinationRequest>,SdkBuilder<GetIngestionDestinationRequest.Builder,GetIngestionDestinationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIngestionDestinationRequest
public static interface GetIngestionDestinationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<GetIngestionDestinationRequest.Builder,GetIngestionDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIngestionDestinationRequest.BuilderappBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.GetIngestionDestinationRequest.BuilderingestionDestinationIdentifier(String ingestionDestinationIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.GetIngestionDestinationRequest.BuilderingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.GetIngestionDestinationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIngestionDestinationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
appBundleIdentifier
GetIngestionDestinationRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
- Parameters:
appBundleIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionIdentifier
GetIngestionDestinationRequest.Builder ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
- Parameters:
ingestionIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionDestinationIdentifier
GetIngestionDestinationRequest.Builder ingestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
- Parameters:
ingestionDestinationIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIngestionDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIngestionDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-