Interface GetDomainResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectHealthResponse.Builder,CopyableBuilder<GetDomainResponse.Builder,,GetDomainResponse> SdkBuilder<GetDomainResponse.Builder,,GetDomainResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDomainResponse
@Mutable
@NotThreadSafe
public static interface GetDomainResponse.Builder
extends ConnectHealthResponse.Builder, SdkPojo, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetDomainResponse.BuilderencryptionContext(Consumer<EncryptionContext.Builder> encryptionContext) This is a convenience method that creates an instance of theEncryptionContext.Builderavoiding the need to create one manually viaEncryptionContext.builder().encryptionContext(EncryptionContext encryptionContext) status(DomainStatus status) Tags associated with the Domaindefault GetDomainResponse.BuilderwebAppConfiguration(Consumer<WebAppConfiguration.Builder> webAppConfiguration) This is a convenience method that creates an instance of theWebAppConfiguration.Builderavoiding the need to create one manually viaWebAppConfiguration.builder().webAppConfiguration(WebAppConfiguration webAppConfiguration) Methods inherited from interface software.amazon.awssdk.services.connecthealth.model.ConnectHealthResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainId
- Parameters:
domainId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
- Parameters:
arn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
- Parameters:
name-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
- Parameters:
kmsKeyArn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionContext
- Parameters:
encryptionContext-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionContext
default GetDomainResponse.Builder encryptionContext(Consumer<EncryptionContext.Builder> encryptionContext) This is a convenience method that creates an instance of theEncryptionContext.Builderavoiding the need to create one manually viaEncryptionContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionContext(EncryptionContext).- Parameters:
encryptionContext- a consumer that will call methods onEncryptionContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
webAppUrl
- Parameters:
webAppUrl-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppConfiguration
- Parameters:
webAppConfiguration-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webAppConfiguration
default GetDomainResponse.Builder webAppConfiguration(Consumer<WebAppConfiguration.Builder> webAppConfiguration) This is a convenience method that creates an instance of theWebAppConfiguration.Builderavoiding the need to create one manually viaWebAppConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebAppConfiguration(WebAppConfiguration).- Parameters:
webAppConfiguration- a consumer that will call methods onWebAppConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
- Parameters:
createdAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags associated with the Domain
- Parameters:
tags- Tags associated with the Domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
-