Interface GetDelegatedAdminAccountResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDelegatedAdminAccountResponse.Builder,,- GetDelegatedAdminAccountResponse> - Inspector2Response.Builder,- SdkBuilder<GetDelegatedAdminAccountResponse.Builder,,- GetDelegatedAdminAccountResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetDelegatedAdminAccountResponse
@Mutable
@NotThreadSafe
public static interface GetDelegatedAdminAccountResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetDelegatedAdminAccountResponse.Builder,GetDelegatedAdminAccountResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondelegatedAdmin(Consumer<DelegatedAdmin.Builder> delegatedAdmin) The Amazon Web Services account ID of the Amazon Inspector delegated administrator.delegatedAdmin(DelegatedAdmin delegatedAdmin) The Amazon Web Services account ID of the Amazon Inspector delegated administrator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
delegatedAdminThe Amazon Web Services account ID of the Amazon Inspector delegated administrator. - Parameters:
- delegatedAdmin- The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
delegatedAdmindefault GetDelegatedAdminAccountResponse.Builder delegatedAdmin(Consumer<DelegatedAdmin.Builder> delegatedAdmin) The Amazon Web Services account ID of the Amazon Inspector delegated administrator. This is a convenience method that creates an instance of theDelegatedAdmin.Builderavoiding the need to create one manually viaDelegatedAdmin.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todelegatedAdmin(DelegatedAdmin).- Parameters:
- delegatedAdmin- a consumer that will call methods on- DelegatedAdmin.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-