public static interface GetAssociatedEnclaveCertificateIamRolesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetAssociatedEnclaveCertificateIamRolesResponse.Builder,GetAssociatedEnclaveCertificateIamRolesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssociatedEnclaveCertificateIamRolesResponse.Builder |
associatedRoles(AssociatedRole... associatedRoles)
Information about the associated IAM roles.
|
GetAssociatedEnclaveCertificateIamRolesResponse.Builder |
associatedRoles(Collection<AssociatedRole> associatedRoles)
Information about the associated IAM roles.
|
GetAssociatedEnclaveCertificateIamRolesResponse.Builder |
associatedRoles(Consumer<AssociatedRole.Builder>... associatedRoles)
Information about the associated IAM roles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssociatedEnclaveCertificateIamRolesResponse.Builder associatedRoles(Collection<AssociatedRole> associatedRoles)
Information about the associated IAM roles.
associatedRoles - Information about the associated IAM roles.GetAssociatedEnclaveCertificateIamRolesResponse.Builder associatedRoles(AssociatedRole... associatedRoles)
Information about the associated IAM roles.
associatedRoles - Information about the associated IAM roles.GetAssociatedEnclaveCertificateIamRolesResponse.Builder associatedRoles(Consumer<AssociatedRole.Builder>... associatedRoles)
Information about the associated IAM roles.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #associatedRoles(List) .associatedRoles - a consumer that will call methods on List.Builder #associatedRoles(List) Copyright © 2022. All rights reserved.