Interface CreateProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProfileRequest.Builder,CreateProfileRequest>,SdkBuilder<CreateProfileRequest.Builder,CreateProfileRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- CreateProfileRequest
public static interface CreateProfileRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<CreateProfileRequest.Builder,CreateProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProfileRequest.Builderas2Id(String as2Id)TheAs2Idis the AS2-name, as defined in the RFC 4130.CreateProfileRequest.BuildercertificateIds(String... certificateIds)An array of identifiers for the imported certificates.CreateProfileRequest.BuildercertificateIds(Collection<String> certificateIds)An array of identifiers for the imported certificates.CreateProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProfileRequest.BuilderprofileType(String profileType)Determines the type of profile to create:CreateProfileRequest.BuilderprofileType(ProfileType profileType)Determines the type of profile to create:CreateProfileRequest.Buildertags(Collection<Tag> tags)Key-value pairs that can be used to group and search for AS2 profiles.CreateProfileRequest.Buildertags(Consumer<Tag.Builder>... tags)Key-value pairs that can be used to group and search for AS2 profiles.CreateProfileRequest.Buildertags(Tag... tags)Key-value pairs that can be used to group and search for AS2 profiles.-
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.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
as2Id
CreateProfileRequest.Builder as2Id(String as2Id)
The
As2Idis the AS2-name, as defined in the RFC 4130. For inbound transfers, this is theAS2-Fromheader for the AS2 messages sent from the partner. For outbound connectors, this is theAS2-Toheader for the AS2 messages sent to the partner using theStartFileTransferAPI operation. This ID cannot include spaces.- Parameters:
as2Id- TheAs2Idis the AS2-name, as defined in the RFC 4130. For inbound transfers, this is theAS2-Fromheader for the AS2 messages sent from the partner. For outbound connectors, this is theAS2-Toheader for the AS2 messages sent to the partner using theStartFileTransferAPI operation. This ID cannot include spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileType
CreateProfileRequest.Builder profileType(String profileType)
Determines the type of profile to create:
-
Specify
LOCALto create a local profile. A local profile represents the AS2-enabled Transfer Family server organization or party. -
Specify
PARTNERto create a partner profile. A partner profile represents a remote organization, external to Transfer Family.
- Parameters:
profileType- Determines the type of profile to create:-
Specify
LOCALto create a local profile. A local profile represents the AS2-enabled Transfer Family server organization or party. -
Specify
PARTNERto create a partner profile. A partner profile represents a remote organization, external to Transfer Family.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileType,ProfileType
-
-
profileType
CreateProfileRequest.Builder profileType(ProfileType profileType)
Determines the type of profile to create:
-
Specify
LOCALto create a local profile. A local profile represents the AS2-enabled Transfer Family server organization or party. -
Specify
PARTNERto create a partner profile. A partner profile represents a remote organization, external to Transfer Family.
- Parameters:
profileType- Determines the type of profile to create:-
Specify
LOCALto create a local profile. A local profile represents the AS2-enabled Transfer Family server organization or party. -
Specify
PARTNERto create a partner profile. A partner profile represents a remote organization, external to Transfer Family.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileType,ProfileType
-
-
certificateIds
CreateProfileRequest.Builder certificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
- Parameters:
certificateIds- An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateIds
CreateProfileRequest.Builder certificateIds(String... certificateIds)
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
- Parameters:
certificateIds- An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProfileRequest.Builder tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for AS2 profiles.
- Parameters:
tags- Key-value pairs that can be used to group and search for AS2 profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProfileRequest.Builder tags(Tag... tags)
Key-value pairs that can be used to group and search for AS2 profiles.
- Parameters:
tags- Key-value pairs that can be used to group and search for AS2 profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProfileRequest.Builder tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for AS2 profiles.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-