Interface EndpointConfigurationRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointConfigurationRequest.Builder,,EndpointConfigurationRequest> SdkBuilder<EndpointConfigurationRequest.Builder,,EndpointConfigurationRequest> SdkPojo
- Enclosing class:
EndpointConfigurationRequest
@Mutable
@NotThreadSafe
public static interface EndpointConfigurationRequest.Builder
extends SdkPojo, CopyableBuilder<EndpointConfigurationRequest.Builder,EndpointConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionacmManaged(Consumer<ACMManaged.Builder> acmManaged) Represents a domain name and certificate for a portal.acmManaged(ACMManaged acmManaged) Represents a domain name and certificate for a portal.none(Consumer<None.Builder> none) Use the default portal domain name that is generated and managed by API Gateway.Use the default portal domain name that is generated and managed by API Gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
acmManaged
Represents a domain name and certificate for a portal.
- Parameters:
acmManaged- Represents a domain name and certificate for a portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acmManaged
Represents a domain name and certificate for a portal.
This is a convenience method that creates an instance of theACMManaged.Builderavoiding the need to create one manually viaACMManaged.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toacmManaged(ACMManaged).- Parameters:
acmManaged- a consumer that will call methods onACMManaged.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
none
Use the default portal domain name that is generated and managed by API Gateway.
- Parameters:
none- Use the default portal domain name that is generated and managed by API Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
none
Use the default portal domain name that is generated and managed by API Gateway.
This is a convenience method that creates an instance of theNone.Builderavoiding the need to create one manually viaNone.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonone(None).- Parameters:
none- a consumer that will call methods onNone.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-