Interface GetSolFunctionPackageDescriptorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetSolFunctionPackageDescriptorRequest.Builder,
,GetSolFunctionPackageDescriptorRequest> SdkBuilder<GetSolFunctionPackageDescriptorRequest.Builder,
,GetSolFunctionPackageDescriptorRequest> SdkPojo
,SdkRequest.Builder
,TnbRequest.Builder
- Enclosing class:
GetSolFunctionPackageDescriptorRequest
@Mutable
@NotThreadSafe
public static interface GetSolFunctionPackageDescriptorRequest.Builder
extends TnbRequest.Builder, SdkPojo, CopyableBuilder<GetSolFunctionPackageDescriptorRequest.Builder,GetSolFunctionPackageDescriptorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates which content types, expressed as MIME types, the client is able to understand.accept
(DescriptorContentType accept) Indicates which content types, expressed as MIME types, the client is able to understand.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ID of the function package.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbRequest.Builder
build
-
Method Details
-
accept
Indicates which content types, expressed as MIME types, the client is able to understand.
- Parameters:
accept
- Indicates which content types, expressed as MIME types, the client is able to understand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accept
Indicates which content types, expressed as MIME types, the client is able to understand.
- Parameters:
accept
- Indicates which content types, expressed as MIME types, the client is able to understand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vnfPkgId
ID of the function package.
- Parameters:
vnfPkgId
- ID of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSolFunctionPackageDescriptorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSolFunctionPackageDescriptorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-