Interface GetExperimentTargetAccountConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExperimentTargetAccountConfigurationResponse.Builder,,GetExperimentTargetAccountConfigurationResponse> FisResponse.Builder,SdkBuilder<GetExperimentTargetAccountConfigurationResponse.Builder,,GetExperimentTargetAccountConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetExperimentTargetAccountConfigurationResponse
public static interface GetExperimentTargetAccountConfigurationResponse.Builder
extends FisResponse.Builder, SdkPojo, CopyableBuilder<GetExperimentTargetAccountConfigurationResponse.Builder,GetExperimentTargetAccountConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiontargetAccountConfiguration(Consumer<ExperimentTargetAccountConfiguration.Builder> targetAccountConfiguration) Information about the target account configuration.targetAccountConfiguration(ExperimentTargetAccountConfiguration targetAccountConfiguration) Information about the target account configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.fis.model.FisResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
targetAccountConfiguration
GetExperimentTargetAccountConfigurationResponse.Builder targetAccountConfiguration(ExperimentTargetAccountConfiguration targetAccountConfiguration) Information about the target account configuration.
- Parameters:
targetAccountConfiguration- Information about the target account configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountConfiguration
default GetExperimentTargetAccountConfigurationResponse.Builder targetAccountConfiguration(Consumer<ExperimentTargetAccountConfiguration.Builder> targetAccountConfiguration) Information about the target account configuration.
This is a convenience method that creates an instance of theExperimentTargetAccountConfiguration.Builderavoiding the need to create one manually viaExperimentTargetAccountConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetAccountConfiguration(ExperimentTargetAccountConfiguration).- Parameters:
targetAccountConfiguration- a consumer that will call methods onExperimentTargetAccountConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-