static CreateCapabilityResponse.Builder |
CreateCapabilityResponse.builder() |
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.capabilityArn(String capabilityArn) |
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.capabilityId(String capabilityId) |
Returns a system-assigned unique identifier for the capability.
|
default CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.configuration(Consumer<CapabilityConfiguration.Builder> configuration) |
Returns a structure that contains the details for a capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.configuration(CapabilityConfiguration configuration) |
Returns a structure that contains the details for a capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.createdAt(Instant createdAt) |
Returns a timestamp for creation date and time of the capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.instructionsDocuments(Collection<S3Location> instructionsDocuments) |
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.instructionsDocuments(Consumer<S3Location.Builder>... instructionsDocuments) |
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.instructionsDocuments(S3Location... instructionsDocuments) |
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.name(String name) |
Returns the name of the capability used to identify it.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.toBuilder() |
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.type(String type) |
Returns the type of the capability.
|
CreateCapabilityResponse.Builder |
CreateCapabilityResponse.Builder.type(CapabilityType type) |
Returns the type of the capability.
|