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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetExperimentTargetAccountConfigurationResponse.BuildertargetAccountConfiguration(Consumer<ExperimentTargetAccountConfiguration.Builder> targetAccountConfiguration)Information about the target account configuration.GetExperimentTargetAccountConfigurationResponse.BuildertargetAccountConfiguration(ExperimentTargetAccountConfiguration targetAccountConfiguration)Information about the target account configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fis.model.FisResponse.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
-
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:
targetAccountConfiguration(ExperimentTargetAccountConfiguration)
-
-