Interface GetMasterAccountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMasterAccountResponse.Builder,GetMasterAccountResponse>,GuardDutyResponse.Builder,SdkBuilder<GetMasterAccountResponse.Builder,GetMasterAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMasterAccountResponse
public static interface GetMasterAccountResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetMasterAccountResponse.Builder,GetMasterAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetMasterAccountResponse.Buildermaster(Consumer<Master.Builder> master)The administrator account details.GetMasterAccountResponse.Buildermaster(Master master)The administrator account details.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.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
-
master
GetMasterAccountResponse.Builder master(Master master)
The administrator account details.
- Parameters:
master- The administrator account details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
master
default GetMasterAccountResponse.Builder master(Consumer<Master.Builder> master)
The administrator account details.
This is a convenience method that creates an instance of theMaster.Builderavoiding the need to create one manually viaMaster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomaster(Master).- Parameters:
master- a consumer that will call methods onMaster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
master(Master)
-
-