public static interface GetMasterAccountResponse.Builder extends GuardDutyResponse.Builder, CopyableBuilder<GetMasterAccountResponse.Builder,GetMasterAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMasterAccountResponse.Builder |
master(Consumer<Master.Builder> master)
Sets the value of the Master property for this object.
|
GetMasterAccountResponse.Builder |
master(Master master)
Sets the value of the Master property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetMasterAccountResponse.Builder master(Master master)
master - The new value for the Master property for this object.default GetMasterAccountResponse.Builder master(Consumer<Master.Builder> master)
Master.Builder avoiding the need to create one
manually via Master.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to master(Master).master - a consumer that will call methods on Master.Buildermaster(Master)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.