AWS SDK for .NET Documentation
WithBucket Method (bucket)
AmazonAmazon.EC2.ModelS3StorageWithBucket(String) Did this page help you?   Yes   No    Tell us about it...
Sets the bucket in which to store the AMI.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public S3Storage WithBucket(
	string bucket
)
Parameters
bucket (String)
The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)