Interface GetSolFunctionPackageDescriptorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSolFunctionPackageDescriptorRequest.Builder,GetSolFunctionPackageDescriptorRequest>,SdkBuilder<GetSolFunctionPackageDescriptorRequest.Builder,GetSolFunctionPackageDescriptorRequest>,SdkPojo,SdkRequest.Builder,TnbRequest.Builder
- Enclosing class:
- GetSolFunctionPackageDescriptorRequest
public static interface GetSolFunctionPackageDescriptorRequest.Builder extends TnbRequest.Builder, SdkPojo, CopyableBuilder<GetSolFunctionPackageDescriptorRequest.Builder,GetSolFunctionPackageDescriptorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSolFunctionPackageDescriptorRequest.Builderaccept(String accept)Indicates which content types, expressed as MIME types, the client is able to understand.GetSolFunctionPackageDescriptorRequest.Builderaccept(DescriptorContentType accept)Indicates which content types, expressed as MIME types, the client is able to understand.GetSolFunctionPackageDescriptorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSolFunctionPackageDescriptorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSolFunctionPackageDescriptorRequest.BuildervnfPkgId(String vnfPkgId)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbRequest.Builder
build
-
-
-
-
Method Detail
-
accept
GetSolFunctionPackageDescriptorRequest.Builder accept(String 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:
DescriptorContentType,DescriptorContentType
-
accept
GetSolFunctionPackageDescriptorRequest.Builder accept(DescriptorContentType 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:
DescriptorContentType,DescriptorContentType
-
vnfPkgId
GetSolFunctionPackageDescriptorRequest.Builder vnfPkgId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSolFunctionPackageDescriptorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-