public static interface UpdateAppBlockBuilderRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppBlockBuilderRequest.Builder,UpdateAppBlockBuilderRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppBlockBuilderRequest.Builder |
accessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
UpdateAppBlockBuilderRequest.Builder |
accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
UpdateAppBlockBuilderRequest.Builder |
accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
UpdateAppBlockBuilderRequest.Builder |
attributesToDelete(AppBlockBuilderAttribute... attributesToDelete)
The attributes to delete from the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
attributesToDelete(Collection<AppBlockBuilderAttribute> attributesToDelete)
The attributes to delete from the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
attributesToDeleteWithStrings(Collection<String> attributesToDelete)
The attributes to delete from the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
attributesToDeleteWithStrings(String... attributesToDelete)
The attributes to delete from the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
description(String description)
The description of the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
displayName(String displayName)
The display name of the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
instanceType(String instanceType)
The instance type to use when launching the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
name(String name)
The unique name for the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppBlockBuilderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAppBlockBuilderRequest.Builder |
platform(PlatformType platform)
The platform of the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
platform(String platform)
The platform of the app block builder.
|
default UpdateAppBlockBuilderRequest.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration for the app block builder.
|
UpdateAppBlockBuilderRequest.Builder |
vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppBlockBuilderRequest.Builder name(String name)
The unique name for the app block builder.
name - The unique name for the app block builder.UpdateAppBlockBuilderRequest.Builder description(String description)
The description of the app block builder.
description - The description of the app block builder.UpdateAppBlockBuilderRequest.Builder displayName(String displayName)
The display name of the app block builder.
displayName - The display name of the app block builder.UpdateAppBlockBuilderRequest.Builder platform(String platform)
The platform of the app block builder.
WINDOWS_SERVER_2019 is the only valid value.
platform - The platform of the app block builder.
WINDOWS_SERVER_2019 is the only valid value.
PlatformType,
PlatformTypeUpdateAppBlockBuilderRequest.Builder platform(PlatformType platform)
The platform of the app block builder.
WINDOWS_SERVER_2019 is the only valid value.
platform - The platform of the app block builder.
WINDOWS_SERVER_2019 is the only valid value.
PlatformType,
PlatformTypeUpdateAppBlockBuilderRequest.Builder instanceType(String instanceType)
The instance type to use when launching the app block builder. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
instanceType - The instance type to use when launching the app block builder. The following instance types are
available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
UpdateAppBlockBuilderRequest.Builder vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
vpcConfig - The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
default UpdateAppBlockBuilderRequest.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
This is a convenience method that creates an instance of theVpcConfig.Builder avoiding the need to
create one manually via VpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcConfig(VpcConfig).
vpcConfig - a consumer that will call methods on VpcConfig.BuildervpcConfig(VpcConfig)UpdateAppBlockBuilderRequest.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the app block builder.
enableDefaultInternetAccess - Enables or disables default internet access for the app block builder.UpdateAppBlockBuilderRequest.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app
block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the
ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0
retrieves the temporary credentials and creates the appstream_machine_role credential profile on the
instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
iamRoleArn - The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role,
the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation
and passes the ARN of the role to use. The operation creates a new session with temporary credentials.
AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role
credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
UpdateAppBlockBuilderRequest.Builder accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app
block builder only through the specified endpoints.UpdateAppBlockBuilderRequest.Builder accessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app
block builder only through the specified endpoints.UpdateAppBlockBuilderRequest.Builder accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
This is a convenience method that creates an instance of theAccessEndpoint.Builder avoiding the need to create
one manually via AccessEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #accessEndpoints(List.
accessEndpoints - a consumer that will call methods on
AccessEndpoint.Builder#accessEndpoints(java.util.Collection) UpdateAppBlockBuilderRequest.Builder attributesToDeleteWithStrings(Collection<String> attributesToDelete)
The attributes to delete from the app block builder.
attributesToDelete - The attributes to delete from the app block builder.UpdateAppBlockBuilderRequest.Builder attributesToDeleteWithStrings(String... attributesToDelete)
The attributes to delete from the app block builder.
attributesToDelete - The attributes to delete from the app block builder.UpdateAppBlockBuilderRequest.Builder attributesToDelete(Collection<AppBlockBuilderAttribute> attributesToDelete)
The attributes to delete from the app block builder.
attributesToDelete - The attributes to delete from the app block builder.UpdateAppBlockBuilderRequest.Builder attributesToDelete(AppBlockBuilderAttribute... attributesToDelete)
The attributes to delete from the app block builder.
attributesToDelete - The attributes to delete from the app block builder.UpdateAppBlockBuilderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppBlockBuilderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.