public static interface PutLaunchProfileMembersRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<PutLaunchProfileMembersRequest.Builder,PutLaunchProfileMembersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutLaunchProfileMembersRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the
request to ensure idempotency.PutLaunchProfileMembersRequest.Builder identityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.PutLaunchProfileMembersRequest.Builder launchProfileId(String launchProfileId)
The Launch Profile ID.
launchProfileId - The Launch Profile ID.PutLaunchProfileMembersRequest.Builder members(Collection<NewLaunchProfileMember> members)
A list of members.
members - A list of members.PutLaunchProfileMembersRequest.Builder members(NewLaunchProfileMember... members)
A list of members.
members - A list of members.PutLaunchProfileMembersRequest.Builder members(Consumer<NewLaunchProfileMember.Builder>... members)
A list of members.
This is a convenience method 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 #members(List) .members - a consumer that will call methods on List.Builder #members(List) PutLaunchProfileMembersRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.PutLaunchProfileMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutLaunchProfileMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.