Interface GetAccountLevelServiceConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccountLevelServiceConfigurationResponse.Builder,GetAccountLevelServiceConfigurationResponse>,ResourceExplorer2Response.Builder,SdkBuilder<GetAccountLevelServiceConfigurationResponse.Builder,GetAccountLevelServiceConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAccountLevelServiceConfigurationResponse
public static interface GetAccountLevelServiceConfigurationResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<GetAccountLevelServiceConfigurationResponse.Builder,GetAccountLevelServiceConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAccountLevelServiceConfigurationResponse.BuilderorgConfiguration(Consumer<OrgConfiguration.Builder> orgConfiguration)Details about the organization, and whether configuration isENABLEDorDISABLED.GetAccountLevelServiceConfigurationResponse.BuilderorgConfiguration(OrgConfiguration orgConfiguration)Details about the organization, and whether configuration isENABLEDorDISABLED.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Response.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
-
orgConfiguration
GetAccountLevelServiceConfigurationResponse.Builder orgConfiguration(OrgConfiguration orgConfiguration)
Details about the organization, and whether configuration is
ENABLEDorDISABLED.- Parameters:
orgConfiguration- Details about the organization, and whether configuration isENABLEDorDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orgConfiguration
default GetAccountLevelServiceConfigurationResponse.Builder orgConfiguration(Consumer<OrgConfiguration.Builder> orgConfiguration)
Details about the organization, and whether configuration is
This is a convenience method that creates an instance of theENABLEDorDISABLED.OrgConfiguration.Builderavoiding the need to create one manually viaOrgConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorgConfiguration(OrgConfiguration).- Parameters:
orgConfiguration- a consumer that will call methods onOrgConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
orgConfiguration(OrgConfiguration)
-
-