Interface GetRevealConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRevealConfigurationResponse.Builder,GetRevealConfigurationResponse>,Macie2Response.Builder,SdkBuilder<GetRevealConfigurationResponse.Builder,GetRevealConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRevealConfigurationResponse
public static interface GetRevealConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetRevealConfigurationResponse.Builder,GetRevealConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetRevealConfigurationResponse.Builderconfiguration(Consumer<RevealConfiguration.Builder> configuration)The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.GetRevealConfigurationResponse.Builderconfiguration(RevealConfiguration configuration)The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.default GetRevealConfigurationResponse.BuilderretrievalConfiguration(Consumer<RetrievalConfiguration.Builder> retrievalConfiguration)The access method and settings that are used to retrieve the sensitive data.GetRevealConfigurationResponse.BuilderretrievalConfiguration(RetrievalConfiguration retrievalConfiguration)The access method and settings that are used to retrieve the sensitive data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configuration
GetRevealConfigurationResponse.Builder configuration(RevealConfiguration configuration)
The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
- Parameters:
configuration- The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default GetRevealConfigurationResponse.Builder configuration(Consumer<RevealConfiguration.Builder> configuration)
The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
This is a convenience method that creates an instance of theRevealConfiguration.Builderavoiding the need to create one manually viaRevealConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(RevealConfiguration).- Parameters:
configuration- a consumer that will call methods onRevealConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(RevealConfiguration)
-
retrievalConfiguration
GetRevealConfigurationResponse.Builder retrievalConfiguration(RetrievalConfiguration retrievalConfiguration)
The access method and settings that are used to retrieve the sensitive data.
- Parameters:
retrievalConfiguration- The access method and settings that are used to retrieve the sensitive data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrievalConfiguration
default GetRevealConfigurationResponse.Builder retrievalConfiguration(Consumer<RetrievalConfiguration.Builder> retrievalConfiguration)
The access method and settings that are used to retrieve the sensitive data.
This is a convenience method that creates an instance of theRetrievalConfiguration.Builderavoiding the need to create one manually viaRetrievalConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toretrievalConfiguration(RetrievalConfiguration).- Parameters:
retrievalConfiguration- a consumer that will call methods onRetrievalConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
retrievalConfiguration(RetrievalConfiguration)
-
-