Interface CreateServiceNetworkVpcAssociationRequest.Builder

    • Method Detail

      • clientToken

        CreateServiceNetworkVpcAssociationRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        CreateServiceNetworkVpcAssociationRequest.Builder securityGroupIds​(Collection<String> securityGroupIds)

        The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.

        Parameters:
        securityGroupIds - The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        CreateServiceNetworkVpcAssociationRequest.Builder securityGroupIds​(String... securityGroupIds)

        The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.

        Parameters:
        securityGroupIds - The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceNetworkIdentifier

        CreateServiceNetworkVpcAssociationRequest.Builder serviceNetworkIdentifier​(String serviceNetworkIdentifier)

        The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.

        Parameters:
        serviceNetworkIdentifier - The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.